Snapservice Sites Datastores Info

Snapservice Sites Datastores Info
Snapservice Sites Datastores Info

The Snapservice Sites Datastores Info schema contains details regarding the datastore.

This schema was added in vSphere API 9.1.0.0.

JSON Example
{
    "name": "string",
    "type": "string",
    "free_space": 0,
    "capacity": 0,
    "hierarchy": [
        "string"
    ]
}
string
name
Required

Name of the datastore.

This property was added in vSphere API 9.1.0.0.

string
type
Required

Type of the datastore.

For more information see: Snapservice Sites Datastores Type.

This property was added in vSphere API 9.1.0.0.

integer As int64 As int64
free_space
Optional

Free space available for the datastore (in bytes).

This property was added in vSphere API 9.1.0.0.

missing or null if free space information is not available.

integer As int64 As int64
capacity
Optional

Storage capacity for the datastore (in bytes).

This property was added in vSphere API 9.1.0.0.

missing or null if capacity information is not available.

array of string
hierarchy
Required

Hierarchy structure of the datastore represented as a list with the highest element in the hierarchy tree at the top of the list. For each entity in the list, type and name will be separated by a colon ":". A datastore heirarchy list for instance, - Folder:[Datacenter Folder Name] - Datacenter:[Datacenter Name] - Folder:[Datastore Folder Name]

This property was added in vSphere API 9.1.0.0.